New React components, a11y libs, and a bright future ahead! ๐ฅ
React
We are excited to announce some new React components that are now available for you to use in your apps!
New Components
ActionMenu
First up is the ActionMenu which brings together a submit button and a dropdown menu into one component. This is a first to Pluralsight but is commonly used all over Github.
For
For...when you need to iterate over some data, we have the For component which is another Solid-JS inspired API that helps you render a list in a declarative (code base) and performant (customer experience) way.
Tabs
Last, we have the Tabs family which is a set of components that help you build a tabbed interface. Fun fact, it also handles heavy data loading for you!
Developer Experience
The new APIs also ship JSDOC comments to help you understand how to use the components right where you are in your IDE.
We have also updated the build process so you can import types from the library directly. This means you can now do this:
import { For, type ForProps } from '@pluralsight/react'
From this point forth, all of the Pando packages will use this build process.
Future features?
We are about almost feature complete for our v1 release. The only thing we are missing is a few more components mentioned in our Library Status Discussion. We are closer than ever!
But that's not all for React! We have a few more things to announce...
React-aria
We have officially launched our React-aria library which is a set of high performant React hooks that help you build accessible components. This is used internally in the React library so there is no need to install it when using Pando.
As Pando has matured we have realized that we need to start separating our a11y and styles libraries. This is the first step in that direction.
The new APIs also ship JSDOC comments to help you understand how to use the components right where you are in your IDE.
Headless-styles
With the introduction of React-aria, we can now update our Headless-styles library to own only styling which will help the library scale long-term. We have started this migration with the new components mentioned above.
The new APIs also ship JSDOC comments to help you understand how to use the components right where you are in your IDE.
What's Next?
We have very BIG changes in store for our future. This means that we will probably ship one more minor release that contains the final components for the React lib, then we will be moving to the official v1 release.
v1 Release
We are planning on releasing v1 in the next few months and will bring a new developer experience that is the best Pando (or Pluralsight) has ever seen. Here is the high level details of what you can expect:
Pando CLI
In v1, we will be introducing a new CLI that will help streamline using Pando. This will help you setup and maintain anything Pando related in your app through automation. โ
Example of a future command:
npx pando setup --typescript
This command would setup your app with all the necessary configs and dependencies to use Pando with Typescript. Likewise, we will have a command that will help you migrate from version to version.